3.1.90 \(\int x^{1+m} \cosh ^2(a+b x) \, dx\) [90]

Optimal. Leaf size=86 \[ \frac {x^{2+m}}{2 (2+m)}-\frac {2^{-4-m} e^{2 a} x^m (-b x)^{-m} \Gamma (2+m,-2 b x)}{b^2}-\frac {2^{-4-m} e^{-2 a} x^m (b x)^{-m} \Gamma (2+m,2 b x)}{b^2} \]

[Out]

1/2*x^(2+m)/(2+m)-2^(-4-m)*exp(2*a)*x^m*GAMMA(2+m,-2*b*x)/b^2/((-b*x)^m)-2^(-4-m)*x^m*GAMMA(2+m,2*b*x)/b^2/exp
(2*a)/((b*x)^m)

________________________________________________________________________________________

Rubi [A]
time = 0.09, antiderivative size = 86, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 3, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.214, Rules used = {3393, 3388, 2212} \begin {gather*} -\frac {e^{2 a} 2^{-m-4} x^m (-b x)^{-m} \text {Gamma}(m+2,-2 b x)}{b^2}-\frac {e^{-2 a} 2^{-m-4} x^m (b x)^{-m} \text {Gamma}(m+2,2 b x)}{b^2}+\frac {x^{m+2}}{2 (m+2)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^(1 + m)*Cosh[a + b*x]^2,x]

[Out]

x^(2 + m)/(2*(2 + m)) - (2^(-4 - m)*E^(2*a)*x^m*Gamma[2 + m, -2*b*x])/(b^2*(-(b*x))^m) - (2^(-4 - m)*x^m*Gamma
[2 + m, 2*b*x])/(b^2*E^(2*a)*(b*x)^m)

Rule 2212

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))*((c_.) + (d_.)*(x_))^(m_), x_Symbol] :> Simp[(-F^(g*(e - c*(f/d))))*((c
+ d*x)^FracPart[m]/(d*((-f)*g*(Log[F]/d))^(IntPart[m] + 1)*((-f)*g*Log[F]*((c + d*x)/d))^FracPart[m]))*Gamma[m
 + 1, ((-f)*g*(Log[F]/d))*(c + d*x)], x] /; FreeQ[{F, c, d, e, f, g, m}, x] &&  !IntegerQ[m]

Rule 3388

Int[((c_.) + (d_.)*(x_))^(m_.)*sin[(e_.) + Pi*(k_.) + (f_.)*(x_)], x_Symbol] :> Dist[I/2, Int[(c + d*x)^m/(E^(
I*k*Pi)*E^(I*(e + f*x))), x], x] - Dist[I/2, Int[(c + d*x)^m*E^(I*k*Pi)*E^(I*(e + f*x)), x], x] /; FreeQ[{c, d
, e, f, m}, x] && IntegerQ[2*k]

Rule 3393

Int[((c_.) + (d_.)*(x_))^(m_)*sin[(e_.) + (f_.)*(x_)]^(n_), x_Symbol] :> Int[ExpandTrigReduce[(c + d*x)^m, Sin
[e + f*x]^n, x], x] /; FreeQ[{c, d, e, f, m}, x] && IGtQ[n, 1] && ( !RationalQ[m] || (GeQ[m, -1] && LtQ[m, 1])
)

Rubi steps

\begin {align*} \int x^{1+m} \cosh ^2(a+b x) \, dx &=\int \left (\frac {x^{1+m}}{2}+\frac {1}{2} x^{1+m} \cosh (2 a+2 b x)\right ) \, dx\\ &=\frac {x^{2+m}}{2 (2+m)}+\frac {1}{2} \int x^{1+m} \cosh (2 a+2 b x) \, dx\\ &=\frac {x^{2+m}}{2 (2+m)}+\frac {1}{4} \int e^{-i (2 i a+2 i b x)} x^{1+m} \, dx+\frac {1}{4} \int e^{i (2 i a+2 i b x)} x^{1+m} \, dx\\ &=\frac {x^{2+m}}{2 (2+m)}-\frac {2^{-4-m} e^{2 a} x^m (-b x)^{-m} \Gamma (2+m,-2 b x)}{b^2}-\frac {2^{-4-m} e^{-2 a} x^m (b x)^{-m} \Gamma (2+m,2 b x)}{b^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.08, size = 79, normalized size = 0.92 \begin {gather*} \frac {1}{16} x^m \left (\frac {8 x^2}{2+m}-\frac {2^{-m} e^{2 a} (-b x)^{-m} \Gamma (2+m,-2 b x)}{b^2}-\frac {2^{-m} e^{-2 a} (b x)^{-m} \Gamma (2+m,2 b x)}{b^2}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^(1 + m)*Cosh[a + b*x]^2,x]

[Out]

(x^m*((8*x^2)/(2 + m) - (E^(2*a)*Gamma[2 + m, -2*b*x])/(2^m*b^2*(-(b*x))^m) - Gamma[2 + m, 2*b*x]/(2^m*b^2*E^(
2*a)*(b*x)^m)))/16

________________________________________________________________________________________

Maple [F]
time = 0.55, size = 0, normalized size = 0.00 \[\int x^{1+m} \left (\cosh ^{2}\left (b x +a \right )\right )\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(1+m)*cosh(b*x+a)^2,x)

[Out]

int(x^(1+m)*cosh(b*x+a)^2,x)

________________________________________________________________________________________

Maxima [A]
time = 0.08, size = 71, normalized size = 0.83 \begin {gather*} -\frac {1}{4} \, \left (2 \, b x\right )^{-m - 2} x^{m + 2} e^{\left (-2 \, a\right )} \Gamma \left (m + 2, 2 \, b x\right ) - \frac {1}{4} \, \left (-2 \, b x\right )^{-m - 2} x^{m + 2} e^{\left (2 \, a\right )} \Gamma \left (m + 2, -2 \, b x\right ) + \frac {x^{m + 2}}{2 \, {\left (m + 2\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(1+m)*cosh(b*x+a)^2,x, algorithm="maxima")

[Out]

-1/4*(2*b*x)^(-m - 2)*x^(m + 2)*e^(-2*a)*gamma(m + 2, 2*b*x) - 1/4*(-2*b*x)^(-m - 2)*x^(m + 2)*e^(2*a)*gamma(m
 + 2, -2*b*x) + 1/2*x^(m + 2)/(m + 2)

________________________________________________________________________________________

Fricas [A]
time = 0.16, size = 136, normalized size = 1.58 \begin {gather*} \frac {4 \, b x \cosh \left ({\left (m + 1\right )} \log \left (x\right )\right ) - {\left (m + 2\right )} \cosh \left ({\left (m + 1\right )} \log \left (2 \, b\right ) + 2 \, a\right ) \Gamma \left (m + 2, 2 \, b x\right ) + {\left (m + 2\right )} \cosh \left ({\left (m + 1\right )} \log \left (-2 \, b\right ) - 2 \, a\right ) \Gamma \left (m + 2, -2 \, b x\right ) + {\left (m + 2\right )} \Gamma \left (m + 2, 2 \, b x\right ) \sinh \left ({\left (m + 1\right )} \log \left (2 \, b\right ) + 2 \, a\right ) - {\left (m + 2\right )} \Gamma \left (m + 2, -2 \, b x\right ) \sinh \left ({\left (m + 1\right )} \log \left (-2 \, b\right ) - 2 \, a\right ) + 4 \, b x \sinh \left ({\left (m + 1\right )} \log \left (x\right )\right )}{8 \, {\left (b m + 2 \, b\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(1+m)*cosh(b*x+a)^2,x, algorithm="fricas")

[Out]

1/8*(4*b*x*cosh((m + 1)*log(x)) - (m + 2)*cosh((m + 1)*log(2*b) + 2*a)*gamma(m + 2, 2*b*x) + (m + 2)*cosh((m +
 1)*log(-2*b) - 2*a)*gamma(m + 2, -2*b*x) + (m + 2)*gamma(m + 2, 2*b*x)*sinh((m + 1)*log(2*b) + 2*a) - (m + 2)
*gamma(m + 2, -2*b*x)*sinh((m + 1)*log(-2*b) - 2*a) + 4*b*x*sinh((m + 1)*log(x)))/(b*m + 2*b)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int x^{m + 1} \cosh ^{2}{\left (a + b x \right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(1+m)*cosh(b*x+a)**2,x)

[Out]

Integral(x**(m + 1)*cosh(a + b*x)**2, x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(1+m)*cosh(b*x+a)^2,x, algorithm="giac")

[Out]

integrate(x^(m + 1)*cosh(b*x + a)^2, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int x^{m+1}\,{\mathrm {cosh}\left (a+b\,x\right )}^2 \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(m + 1)*cosh(a + b*x)^2,x)

[Out]

int(x^(m + 1)*cosh(a + b*x)^2, x)

________________________________________________________________________________________